CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket client

搜索资源列表

  1. vc++ socket 通讯程序

    2下载:
  2. vc++ socket 通讯程序,包括client端和server端-vc++ socket communication program,include client and server
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2012-11-27
    • 文件大小:24379712
    • 提供者:tony
  1. socket

    1下载:
  2. 这个猜数字游戏的代码和程序,有客户端和发送端,程序是c语言程序,有需要的可以下载-The number guessing game code and procedures, client and send the client, the program is the c language program can be downloaded in need
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:20258
    • 提供者:小李
  1. VC_advanced_program_development

    2下载:
  2. 本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project s
  3. 所属分类:source in ebook

    • 发布日期:2017-05-20
    • 文件大小:5685386
    • 提供者:wut
  1. socketCoding

    0下载:
  2. Socket客户端和服务端程序,用来演示Socket编程的技巧和方法-Socket client and server programs are included to demonstrate the skills and methods of Socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:184317
    • 提供者:田智炜
  1. Socket-RemoteCode

    0下载:
  2. this program is a client server chat system based on socket programming and it shows how a server can send some code to client for processing and receive output from client , it is a sample of running remote code
  3. 所属分类:Grid Computing

    • 发布日期:2017-03-31
    • 文件大小:149486
    • 提供者:arad
  1. Client

    0下载:
  2. socket通信客户端程序,用UDP方式传输,可以-communication socket client program, using UDP transmitted, you can look at
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3431628
    • 提供者:习付标
  1. socket

    0下载:
  2. 网络编程中socket使用简例,启动服务端,等待客户端发送消息,然后返回消息给客户端-Network programming in the socket to use a simple example, start the server, waiting for the client to send messages, and then return the message to the client
  3. 所属分类:Linux Network

    • 发布日期:2017-05-10
    • 文件大小:2150089
    • 提供者:小邓
  1. socket

    0下载:
  2. 编程环境:Vc 6.0 功能 : TCP 下的socket通信 内容 : tcp server & tcp client -Programming environment: Vc 6.0 features: TCP under the socket communication content: tcp server & tcp client
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:653311
    • 提供者:sean
  1. client-udp-ip

    0下载:
  2. C++ SOCKET UDP/IP IMPLIMENTATION
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1136
    • 提供者:zakibsix
  1. socket

    0下载:
  2. 简单的socket实例。包括客户端代码,服务端代码。开发环境windows ,vc-socket exsample. include client,server program code.windows ,vc++
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:75800
    • 提供者:liubiao
  1. Socket

    0下载:
  2. 一个典型的C#点对点Socket应用实例,包括服务端和客户端两部分,服务端启动后,监听来自客户端的信息,客户端向服务端发送消息,两者点对点实现对接,众多聊天软件是在此点对点的基础上进行再扩展开发而来,因此掌握基础的点对点编程,对以后从事VS开发将大有好处。-A typical C# example of point-Socket applications, including service and client of two parts, the server starts, the moni
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:29905
    • 提供者:mayi789
  1. FileTransfer

    0下载:
  2. 通过Windows Socket实现客户端和服务端的文件传输-Achieved through the Windows Socket client and server file transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2383
    • 提供者:李海洋
  1. Socket

    0下载:
  2. socket server与client的传输-socket server and client
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:359823
    • 提供者:奔跑的蜗牛
  1. socket

    0下载:
  2. 用c++写的一个套接字文字传输,包括服务器和客户端,采用vc++6.0开发环境,用户可以在config文件中设置端口-Using c++ socket write a text transmission, including server and client, using vc++6.0 development environment, users can set the port in the config file
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:2026121
    • 提供者:孔纯松
  1. socket

    0下载:
  2. 模拟服务器端和客户端,模拟TCP/IP协议和服务器浏览器工作流程。-Simulation server-side and client-side, analog TCP/IP protocol and the server browser workflow.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:12099
    • 提供者:wangfei
  1. Socket

    0下载:
  2. SOCKET编程,实现了一个服务器一个客户去的通信,适用于初学SOCKET者。-SOCKET programming, implements a server to a client communications, suitable for beginners who SOCKET.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:15362
    • 提供者:pengwei
  1. socket

    0下载:
  2. 服务器通过socket连接向客户端发送字符串"Hello, you are connected!"。只要在服务器上运行该服务器软件,在客户端运行客户软件,客户端就会收到该字符串。 -Server through the socket connection to the client sends the string " Hello, you are connected!" . As long as the server running the server software, c
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:3668
    • 提供者:王红艳
  1. tc

    0下载:
  2. 基于socket的客户端实现,简单的实现了一些基本的功能-socket client
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-06
    • 文件大小:267573
    • 提供者:陈晓宇
  1. SOCKET

    1下载:
  2. 比较简单的一个scoket通信的例子,其中包括客户端和服务端两部分;-Relatively simple one scoket communication examples, including the client and service side of two parts
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:557273
    • 提供者:庄秀明
  1. socket

    0下载:
  2. 本文档是linux下的socket客户端和服务器程序源码,可以通过此代码了解linux下的网络编程-This document is under linux socket client and server source code, you can understand this code network programming under linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:2383
    • 提供者:海锐
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com